home *** CD-ROM | disk | FTP | other *** search
Text File | 1989-09-21 | 821 b | 24 lines | [TEXT/GEOL] |
- Item 6887586 21-Sept-89 15:08
-
- From: MOOF Rollin, Keith A
-
- To: MACAPP.TECH$ MACAPP Tech
-
- Sub: Re- Re- ID Type vs item ...
-
- >How you implement the map is up to you. There are several possible data
- >structures, (e.g., hash tables) but given that the number of elements in the
- >map will be small (i.e., < 20) a simple linear list or unordered array will
- >do.
-
- I'm not positive, but I think that TAssociation would also do the trick. I've
- never looked into how to use this MacApp class, but it's used in MABuild to
- associate command line options with keyword tokens. It sounds like TAssociation
- could do the same thing with IDTypes and IDNumbers.
-
- Let me know if this works.
-
- - Keith Rollin
- - Apple Developer Technical Support
-
-